home *** CD-ROM | disk | FTP | other *** search
- /*****************************************************************************
- FILE : ui_lists.h
- SHORTNAME : lists.h
- SNNS VERSION : 3.2
-
- PURPOSE : Header file of correspondent '.c' file
- NOTES :
-
- AUTHOR : Tilman Sommer
- DATE : 28.8.1990
-
- CHANGED BY : Guenter Mamier
- IDENTIFICATION : @(#)ui_lists.h 1.11 3/2/94
- SCCS VERSION : 1.11
- LAST CHANGE : 3/2/94
-
- Copyright (c) 1990-1994 SNNS Group, IPVR, Univ. Stuttgart, FRG
-
- ******************************************************************************/
-
-
- #ifndef _UI_LISTS_DEFINED_
- #define _UI_LISTS_DEFINED_
-
-
-
-
- extern void ui_list_buildList (struct SimpleListType *);
- extern void ui_list_setUnitValue (Widget, struct SimpleListType *, XawListReturnStruct *);
-
-
- extern char *ui_list_iotypes[];
-
- /* number of list items */
- extern int ui_list_noOfSites;
- extern int ui_list_noOfFTypeSites;
-
- /* return values of the list panel */
- extern char ui_list_returnName[];
- extern int ui_list_returnIndex;
-
- /* message widget in the remote panel */
- /* extern Widget ui_remoteMessageWidget;*/
-
-
-
-
-
-
- #endif /* _UI_LISTS_DEFINED_ */
-
-
- /* end of file */
- /* lines: 28 */
-
- /* 68 lines generated by deleteprivatedefinitions.awk */
-